code_checker ~master (2018-07-16T19:27:17Z)
Dub
Repo
runTests
unit_threaded
light
Dummy version of runTests so "normal" code compiles.
int
runTests
(
in
string
[]
args
)
int
runTests
(
string
[]
args
,
T
testData
)
int
runTests
(
T
)
(
string
[]
args
,
T
testData
)
Meta
Source
See Implementation
unit_threaded
light
classes
TestCase
functions
allTestData
check
checkCustom
mock
mockStruct
runTests
shouldApproxEqual
shouldBeEmpty
shouldBeFalse
shouldBeGreaterThan
shouldBeIn
shouldBeNull
shouldBeSameJsonAs
shouldBeSameSetAs
shouldBeSmallerThan
shouldBeTrue
shouldEqual
shouldNotBeEmpty
shouldNotBeIn
shouldNotBeNull
shouldNotBeSameSetAs
shouldNotEqual
shouldNotThrow
shouldThrow
shouldThrowExactly
shouldThrowWithMessage
writelnUt
interfaces
Output
Dummy version of runTests so "normal" code compiles.